CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sobel hough

搜索资源列表

  1. ques10

    0下载:
  2. . Write MATLAB code that will do the following. (a) Perform point detection. (b) Perform line detection. (c) Perform edge detection using Laplacian, Prewitt, Sobel operators. (d) Perform boundary detection using Hough Transform. (e) Perform
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:42935
    • 提供者:Rokibul Ahmed
  1. soble_hough

    0下载:
  2. 先用sobel算子对图像进行预处理,提取边缘。对于不连续的圆,在利用hough算法检测圆心坐标和半径,再将圆进行重画,得到完整的圆并显示。 -First with sobel operator for image pre-processing, edge extraction. For discontinuous circle detection algorithm using hough the center coordinates and radius, and then re-draw
  3. 所属分类:Other systems

    • 发布日期:2015-04-18
    • 文件大小:1024
    • 提供者:侯国强
  1. hough_circle

    0下载:
  2. 霍夫变换圆检测 使用sobel算子进行边缘检测,并且完成边缘细化 -edge detection function, nonmax suppression hough transform circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:67410
    • 提供者:zhiheng zuo
  1. Q

    1下载:
  2. 本文以室内、外不同空间的人数统计为背景,研究基于图像的人员计数技术,对某时段内进出摄像机视野中指定区域的人数,或指定区域内在景人数进行统计。主要研究内容有以下几点: (1)人员计数方案论证:本文分析对比了不同人员计数算法,研究分析了基于像素、 基于Hough变换的人员计数算法的优缺点。 (2)基于像素统计的人员计数系统实现:①分别采用近似中值背景模型和高斯混合背景模型提取前景图像;②采用基于HSV颜色空间变换的方法对前景中的阴影进行抑制;③用前景像素数除以人数得到一个人的像素平均值,
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:36449
    • 提供者:rankin
  1. 2

    0下载:
  2. 用Sobel算子和拉普拉斯对图像锐化 梯度算子检测边缘 LOG算子检测边缘 Canny算子检测边缘 边界跟踪(bwtraceboundary函数)Hough变换-Sobel operator and Laplacian operator image sharpening gradient edge detection LOG operator edge detection operator Canny edge detection boundary tracing (bwtraceboundar
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:12232
    • 提供者:sun
  1. filtersTest

    0下载:
  2. 图像处理经典滤波算法实现,包括中值滤波、卷积、Sobel、Canny、Pyramid、Hough变换、轮廓提取、直方图均衡化、小波变换等等,可以试验算法效果,用着不错,拿来分享下。-Image processing classical filtering algorithms, including median filtering, convolution, Sobel, Canny, Pyramid, Hough transform, contour extraction, histogram
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:9515886
    • 提供者:zhch61
  1. ImageSegment

    0下载:
  2. 图像分割实例,包括Kirsch算子、Laplace算子、LOG算子、LOG(修正)算子、Prewitt算子、Roberts算子、平面拟合Roberts算法、Sobel算子、阈值分割、2维阈值分割、最佳阈值分割、Otsu算法、差影法、Hough变换等。- 图像分割实例,包括Kirsch算子、Laplace算子、LOG算子、LOG(修正)算子、Prewitt算子、Roberts算子、平面拟合Roberts算法、Sobel算子、阈值分割、2维阈值分割、最佳阈值分割、Otsu算法、差影法、Hough
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3346501
    • 提供者:ycr40
  1. Win32api-riyh

    0下载:
  2. win32api程序,超经典,包括sobel,laplacian,hough等,内容丰富,-Win32api procedures, classic, including sobel, Laplacian, hough, rich in content,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:162344
    • 提供者:sulitrwr
  1. edge-detection

    0下载:
  2. 用matlab实现边缘检测,包括sobel算子、LoG、Canny算子,Hough变换-Edge detection with matlab, including sobel operator, LoG, Canny operator, Hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:189440
    • 提供者:Lindsay
  1. bgs

    0下载:
  2. win32api程序,超经典,包括sobel,laplacian,hough等,内容丰富,(Win32api procedures, classic, including sobel, Laplacian, hough, rich in content,)
  3. 所属分类:文件操作

    • 发布日期:2017-12-23
    • 文件大小:161792
    • 提供者:qirmoar
  1. allzcvtejombination

    0下载:
  2. win32api程序,超经典,包括sobel,laplacian,hough等,内容丰富,(Win32api procedures, classic, including sobel, Laplacian, hough, rich in content,)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-25
    • 文件大小:185344
    • 提供者:tpgaoy
  1. MATLAB实用源代码

    2下载:
  2. 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
  3. 所属分类:其他

  1. rcceptance

    0下载:
  2. win32api程序,超经典,包括sobel,laplacian,hough等,内容丰富,()
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:185344
    • 提供者:Bevmyvy
  1. 2189966

    0下载:
  2. win32api程序,超经典,包括sobel,laplacian,hough等,内容丰富,()
  3. 所属分类:网络编程

    • 发布日期:2018-04-29
    • 文件大小:161792
    • 提供者:Pcilapw
« 1 2 3 4»
搜珍网 www.dssz.com